home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
developer-tools
/
assembler
/
snma
/
examples
/
test.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1996-02-26
|
277 b
|
12 lines
* This little example is used to demonstrate global tables of snma.
* If you have addgb'd gbtest.i succesfully, this file should assemble
* just fine with the following command:
* ->rx ShellAsm a.asm
*
* See documents for full explanation.
move.l #NUMBER,d0
HOO d0,d1
rts